home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / CLIPVIEW.DOX < prev    next >
Text File  |  1996-07-17  |  739b  |  29 lines

  1.  
  2.   CLIPVIEW.AML
  3.   Clipboard Viewer 
  4.  
  5.   This macro displays the contents of the current clipboard.
  6.  
  7.   A menu is also displayed which allows you to clear the clipboard,
  8.   paste from the clipboard, and change the current (displayed)
  9.   clipboard.
  10.  
  11.  
  12.   Keys:
  13.   ────
  14.   <esc>              // exit
  15.   <ctrl c>           // clear
  16.   <ctrl p>           // paste
  17.   <ctrl o>           // paste over
  18.   <ctrl v>           // view clipboard
  19.  
  20.   <up>, <down>       // move cursor
  21.   <ctrl home>        // to page top
  22.   <ctrl end>         // to page bottom
  23.   <ctrl pgup>        // to top of clipboard
  24.   <ctrl pgdn>        // to bottom of clipboard
  25.  
  26.   <pgup>, <pgdn>     // scroll up, down
  27.   <left>, <right>    // scroll left, right
  28.  
  29.